ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / CenterHeadersVertically Property

In This Topic
    CenterHeadersVertically Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether the content of cells that span multiple rows should be vertically centered.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property CenterHeadersVertically As Boolean
    [DefaultValue(true)]
    public bool CenterHeadersVertically {get; set;}
    See Also